'宣言 Public Function New( _ ByVal list As System.Collections.Generic.IList(Of T) _ )
public C1ObservableCollection<T>( System.Collections.Generic.IList<T> list )
パラメータ
- list
- 新しいコレクションによってラップされる System.Collections.Generic.IList`1リスト。
'宣言 Public Function New( _ ByVal list As System.Collections.Generic.IList(Of T) _ )
public C1ObservableCollection<T>( System.Collections.Generic.IList<T> list )